Concord client request cmf changes#2639
Open
bandatarunkumar wants to merge 2 commits intovmware:masterfrom
Open
Concord client request cmf changes#2639bandatarunkumar wants to merge 2 commits intovmware:masterfrom
bandatarunkumar wants to merge 2 commits intovmware:masterfrom
Conversation
edf34e7 to
4f32319
Compare
f8314a6 to
afbc9ed
Compare
cjn
reviewed
May 25, 2022
| bool key_exchange = false; | ||
| bool reconfiguration = false; | ||
| bftEngine::RequestType request_type = bftEngine::RequestType::RAW_MESSAGE; | ||
| std::string client_service_id = ""; |
Contributor
There was a problem hiding this comment.
client_service_id can be moved to ClientConfig since it is not request specific but specific to a client
|
|
||
| std::string messageSignature(bft::client::Msg&); | ||
|
|
||
| static void prepareConcordClientRequest(bft::client::Msg& request, |
Contributor
There was a problem hiding this comment.
why is it a static method?Same with response
Contributor
Author
There was a problem hiding this comment.
the api needs to be called from concord_client_pool.cpp, where we might have a external_client class object, to support this case, i have made them static
afbc9ed to
0cff742
Compare
f9691a1 to
5d1a216
Compare
a78d228 to
a816d03
Compare
a816d03 to
04077f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
moving concord_client_request.proto to cmf
Testing in progress